home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
talktome.sit
/
Talk To Me
/
background_2681.txt
< prev
next >
Wrap
Text File
|
1988-11-14
|
2KB
|
110 lines
-- background: 2681 from stack: in
-- bmap block id: 3511
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=323 top=147 right=242 bottom=483
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 201
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: text
-- part 2 (button)
-- low flags: 00
-- high flags: 2001
-- rect: left=350 top=290 right=316 bottom=386
-- title width / last selected line: 0
-- icon id / first selected line: 1011 / 1011
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual dissolve
go home
end mouseUp
-- part 3 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=445 top=33 right=53 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: rate
-- part 4 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=445 top=62 right=82 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: pitch
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=123 top=214 right=337 bottom=235
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: SayIt
----- HyperTalk script -----
on mouseUp
put background field "text" into text
put first word of background field "rate" into rate
put first word of background field "pitch" into pitch
talk text,rate,pitch
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2001
-- rect: left=398 top=288 right=318 bottom=432
-- title width / last selected line: 0
-- icon id / first selected line: 32462 / 32462
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: AboutTalk
----- HyperTalk script -----
on mouseUp
visual venetian blinds
go to card "about"
end mouseUp